-
Notifications
You must be signed in to change notification settings - Fork 33
i18n(ja-JP): add Japanese locale #159 #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please validate the formatting of this file.
Use ctrl+shift+p
-> Format Document
on VSCode. Make sure prettier
is selected as the formatter.
Also verify whether the necessary development tools are configured: https://github.com/asgardeo/javascript/blob/main/CONTRIBUTING.md#development-tools
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please follow this guide: https://github.com/asgardeo/javascript/blob/main/CONTRIBUTING.md#contributing-to-the-internalization-i18n-package
Since we now have a dedicate i18n
pacakge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review :)
Since I'm new to Github, not used to reflect the feedbacks.
Could you please confirm all the things you said mirrored properly?
If that’s the case, I’ll go ahead and remove the old file from the PR.
Best regards!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we go ahead and remove the old file and re-clone en-US
and only modify the content without touching the formatting?
Also please try to follow out commit message guideline : https://github.com/asgardeo/javascript/blob/main/CONTRIBUTING.md#commit-message-guidelines
You had it right the first time :)
Let me know if you need any help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope I mirrored everything right this time... 🥺
Would you please review my PR again?
Thanks.
Hey @LylaB, Thanks for the PR. Can you please update the PR description? Please link the issue you worked on as well. |
### Summary Add Japanese locale (ja-JP) translations. ### Related Issue Fixes asgardeo#161 e2e: N/A (not applicable for locale addition) Manual test: Checked locally, Japanese labels render correctly UX/UI: N/A Documentation: N/A Unit/Integration tests: N/A Security: Confirmed, no secrets committed ----------original message------------------ ### Purpose <!-- Describe the problem, feature, improvement or the change introduces by the PR briefly. Add screenshots/GIFs if UI/UX changes are introduced. --> ### Related Issues - ### Related PRs - ### Checklist - [ ] e2e cypress tests locally verified. - [ ] Manual test round performed and verified. - [ ] UX/UI review done on the final implementation. - [ ] Documentation provided. (Add links if there are any) - [ ] Unit tests provided. (Add links if there are any) - [ ] Integration tests provided. (Add links if there are any) ### Security checks - [ ] Followed secure coding standards in http://wso2.com/technical-reports/wso2-secure-engineering-guidelines? - [ ] Ran FindSecurityBugs plugin and verified report? - [ ] Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we go ahead and remove the old file and re-clone en-US
and only modify the content without touching the formatting?
Also please try to follow out commit message guideline : https://github.com/asgardeo/javascript/blob/main/CONTRIBUTING.md#commit-message-guidelines
You had it right the first time :)
Let me know if you need any help.
Hey @LylaB, packages/i18n/src/translations/ja-JP.ts This file looks fine. Can we remove the old one: packages/javascript/src/i18n/ja-JP.ts Also update the index.ts file: https://github.com/asgardeo/javascript/blob/main/packages/i18n/src/translations/index.ts Also create a changeset following: https://github.com/asgardeo/javascript/blob/main/CONTRIBUTING.md#creating-a-changeset Reference PR: #188 |
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
Hey @LylaB, Still the translation is inside If its easier for you, shall we close this PR and open up a new one? Follow this guide: https://github.com/asgardeo/javascript/blob/main/CONTRIBUTING.md#contributing-to-the-internalization-i18n-package Here's a PR for your reference: Also follow our commit message guideline: |
Hi, @brionmario |
Hey, No worries 🙌 . Take the time. |
e2e: N/A (not applicable for locale addition)
Manual test: Checked locally, Japanese labels render correctly
UX/UI: N/A
Documentation: N/A
Unit/Integration tests: N/A
----------original message------------------
Purpose
Related Issues
Related PRs
Checklist
Security checks